//Granify Android SDK/com.granifyinc.granifysdk/Granify/trackOrder
trackOrder
[androidJvm]\
fun trackOrder(details: Order)
Notifies Granify about completed purchases.
Placement
Call this function after the order has been finalized and paid (for example, when the receipt page is displayed). The data provided to Granify must match the data provided to your analytics.
Parameters
androidJvm
details | An object containing the details of the completed order. |